From: Juanma Barranquero Date: Fri, 6 Sep 2002 09:04:56 +0000 (+0000) Subject: (syms_of_w32select): Fix spacing. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~30774 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5403731cbae8dc5f5b579b3c13a51be02c38ca2b;p=emacs.git (syms_of_w32select): Fix spacing. --- diff --git a/src/w32select.c b/src/w32select.c index 1cb5838c6fc..fc5aab52b04 100644 --- a/src/w32select.c +++ b/src/w32select.c @@ -463,8 +463,8 @@ the text is encoded or decoded by this coding system. */); DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system, doc: /* Coding system for the next communication with other programs. Usually, `selection-coding-system' is used for communicating with -other programs. But, if this variable is set, it is used for the -next communication only. After the communication, this variable is +other programs. But, if this variable is set, it is used for the +next communication only. After the communication, this variable is set to nil. */); Vnext_selection_coding_system = Qnil;